projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18ba6a3
)
* test/automated/Makefile.in (abs_srcdir): New, set by configure.
author
Glenn Morris
<rgm@gnu.org>
Sat, 2 Nov 2013 20:12:12 +0000
(13:12 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 2 Nov 2013 20:12:12 +0000
(13:12 -0700)
test/ChangeLog
patch
|
blob
|
history
test/automated/Makefile.in
patch
|
blob
|
history
diff --git
a/test/ChangeLog
b/test/ChangeLog
index 080cbb8eea7e6374336c92c6118248fe373f59d5..23d5f4e048a7613c634d6bea25d5110e7c9c6f88 100644
(file)
--- a/
test/ChangeLog
+++ b/
test/ChangeLog
@@
-2,6
+2,7
@@
* automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
(test): Remove variables.
+ (abs_srcdir): New, set by configure.
(emacs): Use abs_top_srcdir, abs_srcdir rather than abs_lispsrc,
abs_test.
(lisp-compile): Use ../../lisp rather than $lisp.
diff --git
a/test/automated/Makefile.in
b/test/automated/Makefile.in
index 056f024fdbfc8b6d85677caddf2cac48ff582458..d729a08cb769999df5a914aad8fde7848d749cb8 100644
(file)
--- a/
test/automated/Makefile.in
+++ b/
test/automated/Makefile.in
@@
-20,6
+20,7
@@
SHELL = @SHELL@
srcdir = @srcdir@
+abs_srcdir = @abs_srcdir@
abs_top_srcdir = @abs_top_srcdir@
abs_top_builddir = @abs_top_builddir@
VPATH = $(srcdir)